object FavoriteDLG: TFavoriteDLG Left = 151 Top = 119 Width = 292 Height = 263 Caption = 'Favorite sites' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 8 Width = 281 Height = 193 TabOrder = 0 object ListView1: TListView Left = 8 Top = 8 Width = 265 Height = 177 Columns = <> ReadOnly = False TabOrder = 0 end end object Button1: TButton Left = 0 Top = 208 Width = 75 Height = 25 Caption = 'Add Site' TabOrder = 1 end object Button2: TButton Left = 80 Top = 208 Width = 75 Height = 25 Caption = 'Delete site' TabOrder = 2 end object Button3: TButton Left = 160 Top = 208 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 3 OnClick = Button3Click end end